object SplashScreen: TSplashScreen Left = 219 Top = 258 BorderIcons = [] BorderStyle = bsDialog Caption = 'SplashScreen' ClientHeight = 229 ClientWidth = 480 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 480 Height = 229 Align = alClient Picture.Data = {} end object Bevel1: TBevel Left = 0 Top = 176 Width = 481 Height = 49 Shape = bsTopLine end object VersionLabel: TLabel Left = 216 Top = 40 Width = 257 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'VersionLabel' Font.Charset = RUSSIAN_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = '@Arial Unicode MS' Font.Style = [fsBold] ParentFont = False Transparent = True end object RegisterLabel: TLabel Left = 256 Top = 64 Width = 217 Height = 17 AutoSize = False Caption = 'This program is licensed to:' Font.Charset = RUSSIAN_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = '@Arial Unicode MS' Font.Style = [] ParentFont = False Transparent = True end object RegisterToLabel: TLabel Left = 256 Top = 80 Width = 218 Height = 17 AutoSize = False Caption = 'UNREGISTERED TRIAL VERSION' Font.Charset = RUSSIAN_CHARSET Font.Color = clRed Font.Height = -12 Font.Name = '@Arial Unicode MS' Font.Style = [fsBold] ParentFont = False Transparent = True end object InfLabel: TLabel Left = 257 Top = 96 Width = 38 Height = 13 Caption = 'InfLabel' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True Visible = False end object Label3: TLabel Left = 8 Top = 207 Width = 250 Height = 13 Caption = 'Copyright (c) 2003-2004 Desktop Boosters Sosftware' Transparent = True end object MailLabel: TLabel Left = 264 Top = 138 Width = 186 Height = 13 Cursor = crHandPoint Caption = 'SwitchWindow@DesktopBoosters.com' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True OnClick = MailLabelClick end object HomeSiteLabel: TLabel Left = 264 Top = 154 Width = 162 Height = 13 Cursor = crHandPoint Caption = 'http://www.DesktopBoosters.com' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True OnClick = HomeSiteLabelClick end object OkButton: TButton Left = 385 Top = 188 Width = 91 Height = 33 Caption = 'OkButton' ModalResult = 1 TabOrder = 0 end object RegisterButton: TButton Left = 288 Top = 188 Width = 91 Height = 33 Caption = 'RegisterButton' Default = True ModalResult = 6 TabOrder = 1 Visible = False OnClick = RegisterButtonClick end end